* w32proc.c: (sys_wait) Only wait for processes with fd<0.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 4 Nov 2006 03:37:40 +0000 (03:37 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 4 Nov 2006 03:37:40 +0000 (03:37 +0000)
commit3994666aa7199489dd3f85f6072a320e8f8fc838
tree29535c6a97493e9d07bf65eda27a50687ac32d03
parentd44c5659e713cb75b8fa37242cb8dd3cd65b68d0
* w32proc.c: (sys_wait) Only wait for processes with fd<0.
  Others should be handled by sys_select instead. Fixes problems
  with (progn (start-process "" nil "ls") (call-process "ls"))
src/ChangeLog
src/w32proc.c